This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
RE: DCRs problem.. "Object Variable Not Set" ~Umberto Nongeroson 17.Nov.03 02:52 PM a Web browser Domino Designer 6.0.1Windows 2000
This is a LotusScript error message. I doubt it has anything specifically to do with your DCRs.
Under what circumstances exactly are you getting this message? Use the LotusScript debugger to find the exact line of code where the error occurs, and see what the values of the variables are at that point. Some object variable has the value Nothing. Then look at earlier lines in the code to see where that variable is supposed to be assigned. Try to figure out why it either wasn't assigned, or was assigned to Nothing.